Single video – Defining source from Vimeo | JW6

Embedding a video source from Vimeo is as simple as adding the Vimeo URL to the source tag, specifying the type to be video/vimeo and including the data-engine=”vimeo” attribute in the video tag: <div class=”jw-settings” id=”my_simple_settings”>      <video id=”my_simple_video” controls data-engine=”vimeo” poster=”/posters/428916440_640.jpg” preload=”none” >           <source src=”http://vimeo.com/61702922″ type=”video/vimeo” />      </video>      <div class=”jw-modes”> … Continue reading Single video – Defining source from Vimeo | JW6